cy.request({
method: "POST",
url: `/api/v1/biblios/${biblio_id}/items`,
auth: {
username: "koha",
password: "koha",
},
headers: {
"Content-Type": "application/json",
-