Represents a 200 response.
Response.ok(dynamic body, {Map<String, dynamic>? headers}) : this(HttpStatus.ok, headers, body);