curl --location --request PATCH '/api/v1/auth/activate-reset-password?token=b7784a363b0c60d6ff2004b0a143b30f98a8e530' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "johndoe@123",
"cpassword": "johndoe@123"
}'{
"data": {
"user": {
"fullName": "Yahaya Abdullah",
"email": "abdullahyahaya2018@gmail.com",
"phone": "+2348089885365"
},
"message": "Your password has been successfully recovered"
}
}