THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/kyc/confirm' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_email": "fa************s.com",
"client_uuid": "23b********-**************-**-*******15cf",
"client_phone": "",
"is_valid": true,
"client_id": 46
}'
{
"data": {
"code": "Success",
"status": 200,
"message": "Succesfully confirmed your details."
}
}