curl --location --request POST 'https://fahrplaner.vbn.de/gate' \
--header 'Content-Type: application/json' \
--data-raw '{
"ver": "1.66",
"lang": "deu",
"auth": {
"type": "AID",
"aid": "vbn89n98n908cv"
},
"client": {
"type": "WEB"
},
"svcReqL": [
{
"req": {
"input": {
"field": "S",
"loc": {
"type": "S",
"dist": 1000,
"name": "Kröpcke"
},
"maxLoc": 7
}
},
"meth": "LocMatch"
}
]
}'{}