A successful JSON HubResponse.
HubResponse
HubResponse jsonOk(Object? body, {int status = 200}) => HubResponse.json(body, statusCode: status);