THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/platform/mt5/change-password' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_demo": "false",
"password": "!password",
"platform_account_id": "1000000"
}'
{
"data": [
{
"client_id": 1
}
],
"meta": {
"endpoint": "/v1/platform/mt5/change-password",
"method": "POST",
"timing": 5030
}
}