[User]-Update Device token
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Body Params application/json
{
"docId": "string",
"token": "string"
}
Request Code Samples
curl --location --request POST '/api=updateDeviceToken' \
--header 'Content-Type: application/json' \
--data-raw '{
"docId": "string",
"token": "string"
}'
Responses
application/json {
"code": 0,
"message": "string",
"reqId": "string",
"payload": {}
}
Modified at 2025-04-21 07:03:15