curl \
--request PUT http://test.api.fygi.store/external/api/campaigns \
--header "authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '[{"name":"string","internalName":"string","id":"string","storeId":"string","startDate":"2025-05-04T09:42:00+00:00","endDate":"2025-05-04T09:42:00+00:00","rule":{"type":"cashDiscount","requiresMembership":true,"scope":"product"},"products":[{"id":"string","sortIndex":42}]}]'
curl \
--request PUT http://test.api.fygi.store/external/api/campaigns \
--header "authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT http://test.api.fygi.store/external/api/campaigns \
--header "authorization: $API_KEY" \
--header "Content-Type: application/*+json"