Authorization: ********************curl --location --request PUT 'http://localhost:6567/api/v1/api/v1/forums/posts//status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status": "visible",
"reason": "string"
}'{
"id": "post-001",
"status": "hidden",
"reason": "Inappropriate content"
}