curl --location --request POST '/v1/ussd/session' \
--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 '{
"msisdn": "1246...",
"text": "1*1246xxxx*50",
"session_id": "abc"
}'{
"reply": "Enter Amount:",
"end": false
}