curl --location --request GET '/routes' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"hasError": true,
"message": "string",
"totalRecords": 0,
"errors": [
"string"
],
"object": [
{
"id": 0,
"displayName": "string",
"farePrice": 0,
"productName": "string",
"productId": 0,
"replyFarePrice": 0
}
]
}