curl --location --request PUT 'https://prod.your-api-server.com/api/ad-ops/v2/advertisers/fa1e4131-8a1b-4290-86df-0e42473c82ee' \
--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"
}
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"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"
},
"inserted_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
}