Retrieve the call queues which current user belongs.
OK
const response = await fetch('http://127.0.0.1:8888/api/user/call_queues', { method: 'GET', headers: {}, }); const data = await response.json();
{ "items": [ { "id": {}, "name": "text", "extension_number": {} } ] }