curl --request POST \
--url https://api.easierprop.com/api/accounts/{id}/change-password \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"password": "<string>",
"is_investor": false
}
'{
"ok": true,
"data": {}
}Change the master or investor password for the MT5 account.
curl --request POST \
--url https://api.easierprop.com/api/accounts/{id}/change-password \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"password": "<string>",
"is_investor": false
}
'{
"ok": true,
"data": {}
}Client API key (prefixed with sk_)
Account ID