curl --location --request PUT 'https://services.dispatchable.com/docusign/api/v1/accounts/8af35ec6-a77d-48ef-b1f7-0b34e4df5829' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Main DocuSign Account",
"account_name": "Dispatchable Production",
"base_uri": "https://www.docusign.net",
"environment": "production",
"is_default": true,
"is_active": true,
"meta": {
"notes": "Primary production DocuSign account"
}
}'