REQUEST
Input payload sent to the gRPC method.
When to use
- Always needed for request-bearing methods
- Multiple
REQUESTblocks are valid for streaming scenarios
Minimal example
php
--- REQUEST ---
{
"user_id": "123"
}Rules
- Content must be valid JSON
- For client/bidi streaming, order of
REQUESTblocks matters