# Creates a new Google Service Account with the provided details Endpoint: POST /v2/emm/accounts/ Version: 1.0.0 ## Header parameters: - `Authorization` (string, required) Bearer token for authorization ## Request fields (application/json): - `tenant_id` (string) - `google_enterprise_id` (string) - `name` (string) - `key_id` (string) - `type` (integer) - `is_set` (boolean) - `is_active` (boolean) - `data` (string) - `public_data` (string) - `created_at` (string) - `updated_at` (string) ## Response 201 fields (application/json): - `tenant_id` (string) - `google_enterprise_id` (string) - `name` (string) - `key_id` (string) - `type` (integer) - `is_set` (boolean) - `is_active` (boolean) - `data` (string) - `public_data` (string) - `created_at` (string) - `updated_at` (string) ## Response 400 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 409 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)