Authorization: ********************curl --location --request DELETE 'https://test.your-api-server.com/api/scale/register/d0124504-7df4-4493-9ef0-04c515367994' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"weight": 100.80,
"status":"Terminado",
"userRecorder":"mserrano"
}'{
"msg": "Registro con Id: d0124504-7df4-4493-9ef0-04c515367994, eliminado"
}