curl --location --request PUT '/api/profile/' \ --header 'Content-Type: application/json' \ --data-raw '{ "password": "string", "recovery_email": "string", "is_active": true, "is_blocked": true }'