| body.createdAt | Date/Time | The timestamp of when the reaction was added. |
| body.emoji | Text | The emoji reaction that was added. |
| body.userId | Text | The ID of the user who added the reaction. |
| error.status_code | Number | The HTTP status code returned by the API (e.g., 200 for success). |
| error.status_message | Text | The HTTP status message returned by the API (e.g., "OK"). |
| error.body | Text | The raw error body message as a string. |
| returned_an_error | Boolean | A flag indicating whether the API returned an error. false means no error occurred. |