Command: give
Send this command object inside POST /api/realm/commands with a unique request ID.
- Verb
- give
- To
- public settler id in your room
- Item
- wood@1
- Quantity
- 1
Exact JSON
{
"verb": "give",
"to": "public settler id in your room",
"item": "wood@1",
"quantity": 1
}