curl --location --request PUT 'https://api.youratlas.com/v1/api/campaign//status' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"enabled": true
}'[
{
"id": "string",
"provider": "11labs",
"providerId": "string",
"slug": "string",
"name": "string",
"gender": "string",
"model": "string",
"stability": 0,
"similarityBoost": 0,
"previewUrl": "http://example.com",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"description": "string",
"language": "string",
"pitch": 0,
"speed": 0,
"voiceId": "string",
"region": "string",
"volume": 0
}
]