curl --location 'https://test.your-api-server.com/paycellapi/wallet/terms-of-service' \
--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"
}
]
}'{
"responseHeader": {
"responseCode": "string",
"responseDateTime": "string",
"responseDescription": "string",
"transactionId": "string"
},
"extraParameters": null,
"eulaId": 0,
"termsOfServiceHtmlContentTR": "string",
"termsOfServiceHtmlContentEN": "string"
}