Authorization: Bearer ********************
curl --location --request GET 'https://api.uat.tacra.market/user/queue' \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "string", "body": { "isQueueOpen": true } }