Authorization: Bearer ********************
curl --location --request DELETE '/me' \ --header 'Authorization: Bearer <token>'
{ "message": "Unauthenticated", "errorCode": "unauthorized" }