Authorization: ********************
curl --location --request DELETE 'api/v1/users/me' \ --header 'Authorization: Bearer <token>'
{ "code": 401, "status": "UNAUTHORIZED_USER", "message": "로그인이 필요합니다." }