Authorization: Bearer ********************
{ "PostId": 2 }
curl --location --request DELETE 'http://localhost:9999/api/history/delete' \ --header 'Content-Type: application/json' \ --data-raw '{ "PostId": 2 }'
{}