curl --location --request POST 'https://dev.outbackmarketplace.com/api/v1/town-hall-mgt/report-townhall-post?townhall_post_id=12345678' \
--header 'Authorization: bearer ' \
--header 'Content-Type: text/plain' \
--data-raw '"report_reason":"bad content"'
{}