Authorizations
JWT token obtained from /users/authorization endpoint
Headers
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.
Body
application/json
Name of the group
Example:
"Tech Entrepreneurs"
Optional. Group identifier for update operations. If provided, updates existing group; if omitted, creates new group.
Example:
"app-123-tech-entrepreneurs"
Logo URL for the group (optional)
Example:
"https://example.com/logo.png"
