PUT
/account
curl \
--request PUT 'https://api.elastic-cloud.com/api/v1/account' \
--header "Content-Type: application/json" \
--data '{
"trust": {
"trust_all": true
}
}'
curl \
--request PUT 'https://api.elastic-cloud.com/api/v1/account' \
--header "Content-Type: application/json" \
--data '{
"trust": {
"trust_all": true
}
}'