curl --location --request GET 'https://api.flireo.com/api/v1/sip-trunks' \
--header 'Authorization: Bearer <token>'{
"trunks": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "Main Office PBX",
"provider": "Twilio",
"address": "sip.twilio.com",
"auth_username": "string",
"numbers": [
"string"
],
"transport": "udp",
"is_active": true,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
}