{
"post_id" : 149,
"comment_id" : 63,
"is_hidden" : false,
"uuid" : ""
}curl --location --request POST 'http://127.0.0.1:8000/api/facebook-comment/hidden-comment/' \
--header 'X-Auth-User-Id: c5395e26-2c1e-11ee-a955-0242c0a80103' \
--header 'Content-Type: application/json' \
--data-raw '{
"post_id" : 149,
"comment_id" : 63,
"is_hidden" : false,
"uuid" : ""
}'{}