THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/platform/trading/change-password' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
  "password": "!password"
}'{
    "data": [
        {
            "client_id": 1
        }
    ],
    "meta": {
        "endpoint": "/v1/platform/mt5/change-password",
        "method": "POST",
        "timing": 5030
    }
}