curl --location --request GET 'https://api.comtele.com.br/routes' \
--header 'x-api-key: <api-key>'{
"hasError": true,
"message": "string",
"totalRecords": 0,
"errors": [
"string"
],
"object": [
{
"id": 0,
"displayName": "string",
"farePrice": 0,
"productName": "string",
"productId": 0,
"replyFarePrice": 0
}
]
}