Authorization: Bearer ********************
curl --location --request DELETE 'https://dev-api.idukki.io/label' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "id":1 }'
{}