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