curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/mails \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": [
{}
]
}Get messages sent by the MT5 broker server.
curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/mails \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": [
{}
]
}