curl --request PUT \
--url http://localhost:3001/api/settings/sms-providers \
--header 'Content-Type: application/json' \
--data '{
"workspaceId": "<string>",
"setDefault": true,
"config": {
"type": "Twilio",
"accountSid": "<string>",
"messagingServiceSid": "<string>",
"authToken": "<string>"
}
}'
"<string>"
Create or update sms provider
curl --request PUT \
--url http://localhost:3001/api/settings/sms-providers \
--header 'Content-Type: application/json' \
--data '{
"workspaceId": "<string>",
"setDefault": true,
"config": {
"type": "Twilio",
"accountSid": "<string>",
"messagingServiceSid": "<string>",
"authToken": "<string>"
}
}'
"<string>"
An empty String