{
"phone_number": "string"
}
curl --location --request POST 'http://petfen-account.local.com:8081/api/v1/forgot-password' \
--header 'X-Auth-Service: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "string"
}'
{
"error": {
"code": 400,
"message": "User not found",
"errors": null
}
}