Authorization: Bearer ********************
curl --location --request DELETE 'https://dev-api.idukki.io/post/block?id=11' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "name":"test" }'
{}