curl -L \
--request POST \
--url '/v1/items/add' \
--header 'Authorization: Bearer Bearer' \
--header 'Content-Type: application/json' \
--data '{
"title": "text",
"description": "text",
"currency": "text",
"priceCurrency": 1,
"imageUrl": "text",
"contractFunctionId": "text",
"payoutId": "text"
}'