curl --location --request POST 'https://prod.your-api-server.com/api/ad-ops/v2/advertisers' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"contact_name": "string",
"email": "string",
"phone": "string",
"business_reference": "string",
"address": {
"number": "string",
"street1": "string",
"street2": "string",
"city": "string",
"postcode": "string",
"state": "string"
},
"category": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"locale": "en",
"value": "string",
"slug": "string"
}
}'