THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/auth/token/verify' \
--header 'Content-Type: application/json' \
--data-raw '{ "token": "abcd"}'{
    "data": {
        "access_token": "eyJhbGciOiJI*********",
        "token_type": "Bearer",
        "expires_at": 1760685776
    },
    "is_success": true
}