curl --location -g --request POST 'http:///V1/companyCredits//increaseBalance' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment": "string",
"currency": "string",
"operationType": 0,
"options": {
"currency_base": "string",
"currency_display": "string",
"order_increment": "string",
"purchase_order": "string"
},
"value": 0
}'
true