Attempting to access the Historical GTFS API. Using my key, and the example provided, copied to windows command and linux command.
Getting “Message”:"Requested resource was not found
Any ideas???
curl -X POST --header ‘Content-Type: application/json’ --header ‘Accept: application/json’ --header ‘Authorization: apikey xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’ -d ‘{ \ “transportMode”: “FER”, \ “serviceName”: “SydneyFerries”, \ “schemaType”: “TripUpdate”, \ “fromDate”: “2020-08-11”, \ “toDate”: “2020-10-11” }’ ‘https://api.transport.nsw.gov.au/v1/gtfs/historical’{ “ErrorDetails”: { “TransactionId”:“00000186bbb4709c-bc020d”, “ErrorDateTime”:“2023-03-10T00:22:15.814+11:00”, “Message”:“Requested resource was not found”, “RequestedUrl”:“/v1/gtfs/historical”, “RequestedMethod”:“POST”