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 '{
    "provider_id": "derivatives",
    "currency": "USD",
    "account_type": "real",
    "brand": "deriv_v2"
}'{
    "data": {
        "account_id": "string",
        "balance": "string",
        "account_type": "string",
        "currency": "string"
    },
    "meta": {
        "endpoint": "string",
        "method": "string",
        "timing": 0
    }
}