{
"id": 1,
"weight": 69,
"temperature": 37,
"pressure": "12",
"pulse": 15,
"comment": "NOTHING TO SAY"
}curl --location --request DELETE 'https://prod.your-api-server.com/api/v1/schedule' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"weight": 69,
"temperature": 37,
"pressure": "12",
"pulse": 15,
"comment": "NOTHING TO SAY"
}'{}