curl --location --request POST '/iam/v1/password/recover' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'{
"message": "If the email exists, a password reset link has been sent"
}