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