curl --location 'http://test-cn.your-api-server.com/user/logout' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzAxMDc5NzIsImp0aSI6IjhmYTAwZTljLTljMDMtNDY4ZS04NmRjLWRhZTgxZGNkM2E3YiIsInRva2VuX3R5cGUiOiJhY2Nlc3NfdG9rZW4iLCJ1c2VyX2lkIjoxfQ.OEm4RbHaoKkra2onu4kc56QY-iURKE3d7dGlMDg-KD0' \
--header 'Content-Type: application/json' \
--data '{}'{
"status": "string",
"info": "string"
}