curl -L \
--request POST \
--url 'https://api.gleantap.com/v2/ExternalApi/newClass' \
--header 'X-API-KEY: text' \
--header 'X-SECRET-KEY: text' \
--header 'Content-Type: application/json' \
--data '{
"app_id": "text",
"id": "text",
"class_name": "text",
"class_category": "text",
"staff_name": "text",
"program_name": "text",
"date": "2025-04-02",
"start_time": "15:38:04",
"end_time": "15:38:04"
}'