THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/auth/token' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "CR9001010",
"provider_id": "derivatives"
}'
{
"data": {
"token": "x2k3izBBelEuiH_......"
},
"meta": {
"endpoint": "/v1/auth/token",
"method": "POST",
"timing": 4187
}
}