THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/CreateAccount' \
--header 'Authorization: Bearer {{Bearer}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"external_id": "user***",
"currency": "USD"
}'
{
"account_id": "CR**000***"
}