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