Authorization: ********************curl --location --request POST 'https://test.your-api-server.com/api/auth/token' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string"
}'{
"valid": true,
"expired": true,
"user": {},
"message": "string"
}