curl --location --request PATCH 'https://staging.api.adlyft.otomatika.net/api/v1//meta/campaign/?adAccountId' \
--header 'x-api-key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "string"
}'{}