Configure the status field of normalized data.
public function withStatusCode(int|string|null $statusCode) : static { return $this->with(ProblemNormalizer::STATUS, $statusCode); }