English
curl -X POST "http://localhost:5001/user/token" \ -H "Content-Type: application/json" \ -d '{ "uid": "user123", "token": "new_auth_token_here", "device_flag": 1, "device_level": 1 }'
{ "status": "ok" }
Update user authentication token
"ok"