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