{
"id": "string"
}
curl --location --request POST 'http://localhost:0721/api/history/delete' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string"
}'
{
"code": 200,
"message": "Excepteur occaecat laborum",
"data": "ipsum Lorem deserunt adipisicing"
}