Creates or updates a group. If group_id is provided, updates existing group; if omitted, creates new group.
JWT token obtained from /users/authorization endpoint
Specify the user making the request. This identifier should match the one you used when integrating the user with Village. Not needed when using user token authentication.
Name of the group
"Tech Entrepreneurs"
Optional. Group identifier for update operations. If provided, updates existing group; if omitted, creates new group.
"app-123-tech-entrepreneurs"
Logo URL for the group (optional)
"https://example.com/logo.png"
Group updated successfully