curl --request POST \
--url https://dev-api-cj-agc-vie.fnstack.dev/v1/charges/airtel/c2b/process-transaction \
--header 'Content-Type: application/xml' \
--header 'x-api-key: <api-key>' \
--data '
{
"COMMAND": {
"TYPE": "<string>",
"CUSTOMERMSISDN": "<string>",
"MERCHANTMSISDN": "<string>",
"AMOUNT": 1,
"REFERENCE": "<string>",
"REFERENCE1": "<string>",
"PIN": "<string>",
"USERNAME": "<string>",
"PASSWORD": "<string>"
}
}
'