THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "mo***********@******.com"
}'
{
"data": [
{
"status": 200,
"code": "Success",
"message": "Please check your email or phone for the verification code."
}
],
"meta": {
"endpoint": "/login",
"method": "POST",
"timing": 3170
}
}