curl --location --request POST 'https://api.flireo.com/api/v1/sip-trunks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Main Office PBX",
"provider": "Twilio",
"address": "sip.twilio.com",
"auth_username": "string",
"auth_password": "string",
"numbers": [
"string"
],
"transport": "udp"
}'{
"trunk": {
"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"
}
}