curl --location --request POST 'http://api.sandbox.opg.ojire.com/v1.0/qr/qr-mpm-notify' \
--header 'X-Timestamp: 2025-06-06T00:03:09+07:00' \
--header 'X-Partner-Id: OPGXXXXXXXXXX' \
--header 'X-External-Id: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX' \
--header 'Channel-Id: CIMB' \
--header 'Authorization: Bearer v2.local.ABC.DEF.HIJ' \
--header 'X-Signature: ABCDEFG==' \
--header 'Content-Type: application/json' \
--data-raw '{
"originalReferenceNo": "2020102977770000000009",
"originalPartnerReferenceNo": "2020102900000000000001",
"latestTransactionStatus": "00",
"transactionStatusDesc": "success",
"customerNumber": "6281388370001",
"accountType": "tabungan",
"destinationNumber": "8377388292",
"destinationAccountName": "John Doe",
"amount": {
"value": "12345678.00",
"currency": "IDR"
},
"sessionId": "0UYEB77329002HY",
"bankCode": "002",
"externalStoreId": "124928924949487",
"additionalInfo": {
"deviceId": "12345679237",
"channel": "mobilephone"
}
}'