AiPlaywright Page with request API.
OData service root URL.
Name of the entity set.
Entity data to create.
Optionaloptions: ODataHttpOptionsHTTP options including required CSRF token.
The created entity with HTTP status and optional ETag.
On success, the entity is created and the response contains the created entity data with HTTP 201 status.
Uses Playwright's request API to POST directly to the OData service. Requires a CSRF token obtained via fetchCSRFToken(). Supports both OData V2 and V4 response formats.
Creates a new entity via HTTP POST.