Authorization: Bearer ********************
curl --location --request DELETE 'http://localhost:8000/api/v1/employee/1' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>'
{}