Password Change
URL
http://api.pm0603.com/user/password/change/
Method
POST
Header
| Key | Value |
|---|---|
| Authorization | token [token key value] |
URL Params
none
Data Params
| Key | Value |
|---|---|
| password | 변경할 password |
Success Response
- Code: 200
{
"success": "Password changed."
}
Error Message
- Code: 401
- Reason: Invalid token
{
"detail": "Invalid token."
}