Authorization: ********************
curl --location --request DELETE '/api/members/me' \ --header 'Authorization: Bearer <token>'
{ "code": "1", "message": "성공하였습니다.", "data": {} }