curl --request POST \
--url https://api.anysite.io/api/ai_based/sgheg/events \
--header 'Content-Type: application/json' \
--data '
{
"timeout": 300,
"hospital_id": "1"
}
'{
"id": "<unknown>",
"title": "<unknown>",
"branch": "<unknown>",
"image": "<unknown>",
"shortnote": "<unknown>",
"start_date": "<unknown>",
"end_date": "<unknown>",
"order_id": "<unknown>"
}Get upcoming events from SGH Egypt website
curl --request POST \
--url https://api.anysite.io/api/ai_based/sgheg/events \
--header 'Content-Type: application/json' \
--data '
{
"timeout": 300,
"hospital_id": "1"
}
'{
"id": "<unknown>",
"title": "<unknown>",
"branch": "<unknown>",
"image": "<unknown>",
"shortnote": "<unknown>",
"start_date": "<unknown>",
"end_date": "<unknown>",
"order_id": "<unknown>"
}