curl --location --request POST '/v1/txns/cashin' \
--header 'Authorization: Bearer {{agentJwt}}' \
--header 'X-Device-Id: {{deviceId}}' \
--header 'X-Agent-Id: {{agentId}}' \
--header 'X-Request-Id: {{requestId}}' \
--header 'Idempotency-Key: {{idempotencyKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_msisdn": "12462345678",
"amount": 50.0,
"confirm_via": "otp"
}'{
"txn_id": "txn_abc",
"state": "posted",
"receipts": {
"agent": "...",
"customer": "..."
}
}