This macro is used to create a response builder with a specified status code.
It’s a shorthand for constructing an HttpResponse with a status code.
It can also be used to create a response with a JSON body.
The macro takes a status code as an argument, and optionally a JSON object.