{
"component": {
"type": "social_feed",
"visible_until": "2024-09-19T11:01:00+0200",
"visible_since": "2024-09-12T11:00:00+0200",
"title": {
"en": "Title",
"pl": null
},
"sub_title": {
"en": "Subtitle",
"pl": "Podtytuł"
},
"api_key": "123123",
"feed_id": "123123",
"container_id": "123123"
}
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/content/management/components/validate' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"component": {
"type": "social_feed",
"visible_until": "2024-09-19T11:01:00+0200",
"visible_since": "2024-09-12T11:00:00+0200",
"title": {
"en": "Title",
"pl": null
},
"sub_title": {
"en": "Subtitle",
"pl": "Podtytuł"
},
"api_key": "123123",
"feed_id": "123123",
"container_id": "123123"
}
}'
{
"valid": true,
"errors": []
}