curl --request POST \
--url https://api.anysite.io/api/ai_based/peatus/bus_routes \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"fromPlace": "",
"toPlace": "",
"timeout": 300,
"date": "2026-02-08",
"time": "12:00:00",
"numItineraries": "5"
}
'