curl --location 'https://test.your-api-server.com/paycellapi/other/getPrepaidCommission' \
--header 'Authorization: Bearer <token>' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"requestHeader": {
"applicationName": "string",
"applicationPwd": "string",
"transactionDateTime": "string",
"transactionId": "string",
"clientIPAddress": "string"
},
"extraParameters": [
{
"key": "string",
"value": "string"
}
],
"binValue": "string",
"installmentCount": "string",
"merchantCode": "string",
"amount": "string"
}'