X-BalikujAuthToken: ********************curl --location --request POST '/api/Picking/Close/' \
--header 'X-BalikujAuthToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"orderItemId": 0,
"pickedQuantity": 0
}
]
}'{
"correlationId": "d22127f9-6f76-4e1f-a15b-47ba32e899d0",
"result": true
}