curl --location --request POST '/store/success-page' \
--header 'Content-Type: application/json' \
--data-raw '{
"form_id": "6bed868b-2415-4101-9026-9290760b9c95",
"image": "header_success_form1.jpg",
"headline_name": "Toko Shaka",
"tagline": "Your Daily Coffee",
"background_color": "#F4F6F8",
"button_color": "#F4F6F8",
"post_submit_action": "success_page",
"structure_success_page": {
"additional_component": {
"url_video": "https://www.youtube.com",
"page_title": "Terima kasih sudah pesan",
"page_caption": "Orderan kamu sedang kami proses",
"text_footer": "Temukan kami melalui",
"social_media": [
{
"name": "facebook",
"url": "https://facebook.com"
},
{
"name": "instagram",
"url": "https://instagram.com"
}
]
}
},
"tracking_adds": {
"all_event": true,
"facebook_pixel": {
"pixel_id": [
18273213123,
13123131231
],
"event": [
"AddToCart",
"Purchase",
"ViewContent"
]
},
"tiktok_pixel": {
"pixel_id": [
18273213123,
13123131231
],
"event": [
"AddToCart",
"Purchase",
"ViewContent"
]
},
"google_tag_manager": []
}
}'