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