curl --request POST \
--url https://your-instance.example.com/api/sms/providers/config \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"provider": "<string>",
"twilioAccountSid": "<string>",
"twilioAuthToken": "<string>",
"twilioMessagingServiceSid": "<string>",
"sinchServicePlanId": "<string>",
"sinchApiToken": "<string>",
"sinchMmsApiKey": "<string>",
"sinchMmsServiceId": "<string>"
}
'