curl --location --request POST 'https://app.cubi.casa/api/integrate/v3/users/reset-password' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'{
"message": "Send reset password email successfully."
}