THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/deriv/trading/account' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "is_demo": false,
    "currency": "USD",
    "password": "Abcd!23$",
    "platform": "mt5",
    "account_type": "standard"
}'{
    "data": {
        "currency": "USD",
        "id": 171,
        "status": "",
        "balance": 10000,
        "account_id": "MTD10000000000",
        "email": "test+champion47@deriv.com",
        "group": "demo\\p01_ts01\\champion\\dsvg_default_usd",
        "name": "test",
        "created_at": "2025-08-22T07:03:56+00:00",
        "type": "MT5"
    }
}