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