Route - Rutas
bash
curl -X POST https://back.transcend.cargoffer.com/api/route \
-H "Authorization: Bearer TOKEN" \
-H "Content-Type: application/json" \
-d '{"origin": "Madrid", "destination": "Barcelona"}'