Authorization: Bearer ********************
{
"post_id": 1,
"option": "approve",
"comment": ""
}
curl --location --request POST '/v1/post/review-post' \
--header 'Content-Type: application/json' \
--data-raw '{
"post_id": 1,
"option": "approve",
"comment": ""
}'
{
"code": 0,
"msg": "ok",
"data": {}
}