curl --location --request POST '/v1/txns/cashout' \
--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": 80.0,
"customer_otp": "948201"
}'{
"txn_id": "txn_def",
"state": "posted"
}