Authorization: Bearer ********************
{
"token": "string"
}
curl --location --request POST 'https://22.do/api/v2/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string"
}'
{
"code": 200,
"status": true,
"msg": "success",
"data": {
"Bearer": "xxx.xxx.xxx.xxx",
"expireTime": 1746168434
}
}