Authorization: ********************
curl --location --request DELETE '/users/me/delete' \ --header 'Authorization: Bearer <token>'
{ "error": { "code": "USERS_NOT_FOUND", "message": "User not found" } }