{
"device_id": "string",
"device_type": "string"
}
curl --location -g --request POST '/api/web/system/v1/auth/renew?_weiran_secret={{weiran-secret}}' \
--header 'x-os: {{x-os}}' \
--header 'x-id: {{x-id}}' \
--header 'Authorization: Beare {{_token}}' \
--header 'x-type: user' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "string",
"device_type": "string"
}'
{
"code": 1,
"message": "string"
}