CHANGE_PASSWORDTWO_FACTOR_AUTHACTIVATIONcurl --location -g --request POST 'https://backend.clara.crazi.co/api/v1/users/hello@crazi.co/otp/CHANGE_PASSWORD' \
--header 'Authorization: <api-key>'{
"data": null,
"message": "OTP sent successfully.",
"status": "success"
}