{
"accountType": "string",
"currency": "string",
"tradeCurrency": "string",
"exchangeRate": 0,
"password": "string",
"protocol": "string",
"leverage": 0,
"platform": "string"
}curl --location --request POST '/api/v1/pro/real/create' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"accountType": "string",
"currency": "string",
"tradeCurrency": "string",
"exchangeRate": 0,
"password": "string",
"protocol": "string",
"leverage": 0,
"platform": "string"
}'{
"account": "string",
"accountType": {
"code": "string",
"name": "string",
"description": "string",
"spread": 0,
"spreadType": "string",
"commission": 0,
"minFunding": 0,
"isDefault": true,
"leverage": 0,
"allowTradingCurrencies": [
"string"
],
"allowLeverages": [
0
],
"tags": [
"string"
],
"accountDefaultSettings": {
"readonly": true,
"enable": true,
"enableDeposit": true,
"enableWithdrawal": true,
"enableTransfer": true
}
},
"server": {
"isDemo": true,
"id": 0,
"name": "string",
"platform": "string",
"platformName": "string"
},
"tradingPlatform": "string",
"leverage": 0,
"setting": {
"readonly": true,
"enable": true,
"enableDeposit": true,
"enableWithdrawal": true,
"enableTransfer": true
},
"role": "1",
"createdTime": 0
}