{
"locationIdOrign": "fbb63af9-dfdb-47a2-8abe-f45364ce73f3",
"locationIdDestiny": "f217ee9a-0ae7-484c-9055-3c1c8fd0117b",
"locationIdFinal": "61e55c93-25f9-4b1d-b04b-4cf1b525b5f3",
"routeName": "string"
}
curl --location --request POST 'https://apis.qa01.hbsa.com.br/navigation/v1/routes' \
--header 'x-tenant;' \
--header 'Content-Type: application/json' \
--data-raw '{
"locationIdOrign": "fbb63af9-dfdb-47a2-8abe-f45364ce73f3",
"locationIdDestiny": "f217ee9a-0ae7-484c-9055-3c1c8fd0117b",
"locationIdFinal": "61e55c93-25f9-4b1d-b04b-4cf1b525b5f3",
"routeName": "string"
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}