curl --request PUT \
--url https://your-instance.example.com/api/organizations/api-keys \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"creds": {
"anthropicApiKey": "<string>",
"sinchServicePlanId": "<string>",
"sinchApiToken": "<string>",
"sinchMmsApiKey": "<string>",
"sinchMmsServiceId": "<string>"
},
"name": "<string>",
"phoneNumber": "<string>",
"address": "<string>",
"logoUrl": "<string>"
}
'