curl --location --request POST 'https://qa.api.adlyfy.dev/api/v1//api/v1/meta/audience/look-alike?adAccountId' \
--header 'x-api-key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "US Purchasers 1%",
"type": "PAGE_FANS",
"audienceId": "238123456789",
"pageId": "112233445566778",
"country": "US",
"description": "Seeded from purchasers in the last 30 days."
}'{
"data": {},
"success": true,
"message": "Request successful",
"timestamp": "2026-03-30T12:00:00.000Z",
"statusCode": 200
}