curl --location 'https://services.dispatchable.com/docusign/api/v1/accounts' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Default DocuSign Account",
"account_name": "Dispatchable Demo",
"base_uri": "https://demo.docusign.net",
"docusign_account_id": "1b652c85-a091-4f2a-bfef-a46860f03798",
"client_secret": "1d6262ac-ae3c-4bfe-9e0d-442e29147d50",
"integration_key": "e2f59cd6-c959-4949-aa89-dec00bc0ddd2",
"scopes": [
"signature",
"impersonation"
],
"environment": "demo",
"is_default": true,
"is_active": true,
"meta": {
"source": "manual_test"
}
}'