curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"txn_status": "SUCCESS",
"txn_description": "Transaction Successful",
"order_id": "PGTXN01000976562500FJSRP",
"p_order_id": "PG77709960937500COTZK",
"bank_ref_id": "145077822187",
"order_amount": 100,
"amount": 100,
"timestamp": "2024-01-08 12:26:41"
}'{
"response_code": 200,
"response_message": "Operation Successful"
}