curl --location 'https://api.adlyfy.dev/api/v1/tiktok/smart/ads/update' \
--header 'x-api-key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"adAccountId": "7524374241765212177",
"body": {
"smart_plus_ad_id": "1111222233334444555",
"adgroup_id": "9876543210987654321",
"ad_name": "Smart+ Ad 1",
"identity_type": "CUSTOMIZED_USER",
"identity_id": "1122334455667788",
"ad_format": "SINGLE_IMAGE",
"video_id": "v1234567890",
"image_ids": [
"image-1"
],
"ad_text": "Shop the spring collection now",
"call_to_action": "SHOP_NOW",
"landing_page_url": "https://shop.example.com/spring"
}
}'