โ Join Army Event
Endpoint: POST /api/citizen/armies/events/{id}/join
Auth Required: โ
Yes (Bearer Token)
Content-Type: application/json
๐ Description
This endpoint allows an authenticated citizen to register for a community army event.
Event participation is subject to the following rules:
- Citizen must be an active member of the associated army
- Event must be active or upcoming
- Registration may be limited by required volunteer count
This ensures structured and responsible civic participation.
๐ Authentication
Include the JWT access token in the request header:
๐ Path Parameter
| Parameter | Type | Required | Description |
|---|---|---|---|
id |
UUID | โ | Unique event ID |
๐งพ Request Body
No request body is required.
```json {}