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