curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": "L03247070312500NTAIB",
"lead_status": "SUCCESS",
"payout_amount": "350",
"payout_type": "FLAT"
}'{
"response_code": 200,
"response_message": "Operation Successful"
}