THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/auth/token' \
--header 'Authorization: {{M2M_BEARER_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "1",
"provider_id": "deriv_v1"
}'
{}