payment_received.curl --location 'https://sandbox.cryptopocket.io/api/banking/payment/reconcile' \
--header 'auth: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"bank_account_transaction_id": 12345,
"payment_id": "aBcDeFgHiJkLmNoPqRsTuVwXyZ"
}'{
"status": "ok"
}