200, 'message' => 'Server is running']); } /** * @throws \JsonException */ #[Guards\Jwt] #[Guards\Scope(['post.index'])] public function post(ServerRequest $request): ResponseInterface { return JsonResponseFactory::createJsonResponse(['status_code' => 200, 'message' => 'Server is running']); } }