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