curl --location --request POST 'https://your-api-server.com?dataDomain=placeItems' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"itemId": 0,
"placeId": "string",
"priceWithVat": 0,
"priceWithoutVat": 0,
"vatRate": 0,
"isDeleted": true,
"_lastModifiedAt": "string"
}'
{}