curl --location --request POST 'https://your-api-server.com' \
--header 'x-topic;' \
--header 'x-signature-256;' \
--header 'x-generated-at;' \
--header 'x-sent-at;' \
--header 'x-payload-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"k_class": "5000004017",
"text_title": "Hot Yoga",
"is_bookable": true,
"meta_data": {
"topic": "class.created",
"operation": "created",
"source": "class",
"date": "2025-01-20T18:41:34Z",
"version": 1
}
}'