curl --location -g --request PATCH 'https://backend.clara.crazi.co/api/v1/users/hello@crazi.co/password' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "e|YUiO2PIj7E'\''0&V",
"code": "217503"
}'{
"data": null,
"message": "User password changed successfully.",
"status": "success"
}