curl --location --request GET 'https://qa.api.adlyfy.dev/api/v1//api/v1/meta/adcreatives/preview?adAccountId' \
--header 'x-api-key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"adCreativeId": "120000000200",
"adFormat": "DESKTOP_FEED_STANDARD",
"productItemIds": [
"SKU-001",
"SKU-002"
]
}'{
"data": {},
"success": true,
"message": "Request successful",
"timestamp": "2026-03-30T12:00:00.000Z",
"statusCode": 200
}