curl --request POST \
--url https://gateway.7exchange.io/ipg/1.0.0/payment/transactions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "<string>",
"organizationId": "<string>",
"pagination": {
"pageno": 123,
"records": 123,
"fromDate": "<string>",
"toDate": "<string>"
}
}
'