Create Item (requestBody.required = true)
Endpoints
Create Item
Tests CUS-1527: when requestBody.required is true and all fields are optional, submitting the empty form should send {} — not omit the body entirely. The server returns a 422 if the body is missing.
POST
Create Item (requestBody.required = true)