{
"accesst": "string"
}
curl --location --request POST 'http://127.0.0.1:9999/auth/third/token' \
--header 'isToken: false' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"accesst": "string"
}'
{}