curl --location --request PATCH 'http://127.0.0.1/account' \ --header 'Authorization: ApiKey {{EC_API_KEY}}' \ --header 'Content-Type: application/json' \ --data-raw '"string"'
{ "trust": { "trust_all": true }, "id": "string" }