Authorization: Bearer ********************
curl --location --request DELETE 'http://localhost:8080/api/v1/check/' \ --header 'Authorization: Bearer <token>'
{ "code": 200, "data": null, "message": "success" }