POST /v1/items/add HTTP/1.1
Host:
Authorization: Bearer Bearer
Content-Type: application/json
Accept: */*
Content-Length: 137
{
"title": "text",
"description": "text",
"currency": "text",
"priceCurrency": 1,
"imageUrl": "text",
"contractFunctionId": "text",
"payoutId": "text"
}