1curl -X POST https://api.jambonz.cloud/v1/ServiceProviders/ServiceProviderSid/VoipCarriers \2 -H "Authorization: Bearer <token>" \3 -H "Content-Type: application/json" \4 -d '{5 "service_provider_sid": "6072f617-6151-4c15-8eb9-74a4967ab701",6 "name": "my carrier"7}'
1{2 "sid": "9d26a637-1679-471f-8da8-7150266e1254"3}
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>
format: "uuid"