THIS SITE IS UNDER CONSTRUCTION
curl --location -g --request POST 'https://api-core.deriv.com/v1/platform/mt5/reset-balance/?id={{CLIENT_DEMO_MT5_ACC_ID}}' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data": [
{
"balance": "10000.00"
}
],
"meta": {
"endpoint": "/v1/platform/mt5/reset-balance",
"method": "POST",
"timing": 910
}
}