{
"close_reason":"paid_with_other"
}curl --location --request POST 'https://dev.outbackmarketplace.com/api/v1/post-mgt/mark-post-as-closed?postId' \
--header 'Authorization: bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"close_reason":"paid_with_other"
}'{}