curl --location '/api/v1/auth/forgot-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"auth": {
"email": "john.doe@example.com"
}
}'{
"success": true,
"data": {
"message": "If your email is registered, you will receive a password reset code"
}
}