{
"regionId": "a29f01e1-8a8d-451e-b685-f8b0b4ec4767",
"locationIdOrigin": "b343ee10-62e6-4c57-815d-3b1c1bead32f",
"locationIdDestiny": "f217ee9a-0ae7-484c-9055-3c1c8fd0117b",
"direction": "UpRiver",
"stretchDistance": 0,
"status": "Active"
}
curl --location --request POST 'https://apis.qa01.hbsa.com.br/navigation/v1/stretches' \
--header 'x-tenant;' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionId": "a29f01e1-8a8d-451e-b685-f8b0b4ec4767",
"locationIdOrigin": "b343ee10-62e6-4c57-815d-3b1c1bead32f",
"locationIdDestiny": "f217ee9a-0ae7-484c-9055-3c1c8fd0117b",
"direction": "UpRiver",
"stretchDistance": 0,
"status": "Active"
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}