Confirm Forgot Password Copy
Developing
Request
Body Params application/json
{
"phone_number": "string",
"otp": "string",
"request_code": "string",
"new_password": "string"
}
Request Code Samples
curl --location --request POST 'http://petfen-account.local.com:8081/api/v1/confirm-forgot-password' \
--header 'X-Auth-Service: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "string",
"otp": "string",
"request_code": "string",
"new_password": "string"
}'
Responses
application/json Modified at 2025-09-16 03:29:23