curl --location --request POST 'https://staging.api.adlyft.otomatika.net/api/v1/cabbdc29-3fe5-43c7-b815-084ab7c9f6fe/meta/campaign/awareness?adAccountId=act_1342045733694920' \
--header 'x-api-key: $2b$10$3gm2vjmU2FT2iHNlwu/Lg.Gwta4oya1evIS8uBXp5Zs/5Kelh0aCK' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"campaignName": "Awareness - Basic Reach",
"status": "PAUSED",
"budget": 10,
"startDate": "2025-12-01",
"endDate": "2025-12-10",
"specialAdCategories": [
"NONE"
],
"adSetName": "Awareness Adset - Basic",
"pageId": "784350118091291",
"creatives": {
"primaryText": "This is a basic awareness ad",
"headline": "Brand Awareness",
"callToAction": "LEARN_MORE",
"imageUrl": "https://images.pexels.com/photos/9160637/pexels-photo-9160637.jpeg",
"description": "Short description for awareness ad",
"url": "https://example.com"
},
"targeting": {
"ageMin": 18,
"ageMax": 35,
"genders": [
0
],
"geoLocations": [
{
"type": "country",
"id": "US"
}
]
},
"optimizationGoal": "REACH"
}'