EXAMPLE
We will know more about the API through the example below:
Request
I will call API to reset password as below:
curl \ -X POST -d "{ \"name\": \"Dang\"}" \ "http://88.99.175.131:8000/v1/auth/reset_email"
Response
{ "success": true }
We will know more about the API through the example below:
I will call API to reset password as below:
curl \ -X POST -d "{ \"name\": \"Dang\"}" \ "http://88.99.175.131:8000/v1/auth/reset_email"
{ "success": true }