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