Last updated 9 months ago
ex: Bearer <Replace Token From Third Step (Select Step)>
1
2
3
4
5
6
7
8
POST /api/v1/update/UpdateRequest/VerifyPassword HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 36 { "password": "text", "updateStepId": 1 }
Success
{ "status": 0 }
POST /api/v1/update/UpdateLocationInfo/Update HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 38 { "latitude": "text", "longitude": "text" }