Authorization: ********************curl --location --request POST 'https://test.your-api-server.com/api/scale/destination' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"Destino 24"
}'{
"msg": "Origen creado satisfactoriamente!",
"newDestination": {
"enabled": true,
"id": 12,
"name": "Destino 24",
"updatedAt": "2022-12-20T03:04:27.097Z",
"createdAt": "2022-12-20T03:04:27.097Z"
}
}