Common Response
All REST endpoints return the same top-level response envelope.
Shape
{
"success": true,
"message": null,
"data": {}
}
Fields
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates whether the request succeeded. |
message | string | Optional message returned by the server. |
data | object | Endpoint-specific response payload. |