1curl https://api.jambonz.cloud/v1/Accounts/AccountSid/Queues \2 -H "Authorization: Bearer <token>"
1[2 {3 "name": "string",4 "length": "string"5 }6]
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>