Reset Password
Reset Password
POST
{{base-url}}/clients/resetpassword
This endpoint allows you to get free cakes.
Headers
Name
Type
Description
Content-Type
string
x-api-access
string
x-api-secret
string
Request:-
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0eXBlIjoiY2xpZW50IiwiZW1haWwiOiJraXJhbkBiaWxsZWFzeS5pbiIsInRva2VuIjoiM3lkdXVHUUJOUDNiZzZTSCIsImlkIjoiMTAzIiwiaWF0IjoxNTg2MjU5NDQyLCJleHAiOjE1ODYzNDU4NDJ9.T33efyPEJmw_IpA51v3K85DZl1I06uib8QBiQp85ye8",
"password": "password"
}
Response:-
{
"success": true,
"msg": "Password updated successfully.",
"data": {}
}
Last updated
Was this helpful?