Was this helpful?
Reset current dealer password.
The password of dealer.
POST /api/dealer/password HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 45 { "old_password": "text", "new_password": "text" }
OK
No Content