curl --location --request POST '/BrasiliaTiquetesWS/api/v1/tiquetes/desmarcarPuesto' \
--header 'Content-Type: application/json' \
--data-raw '{
"destino": "string",
"empresa": "string",
"fechaViaje": "string",
"hora": "string",
"numero": "string",
"origen": "string",
"ruta": "string"
}'
{
"data": true,
"error": true,
"message": "string"
}