curl --location --request POST '/api/public/calcorderdays' \
--header 'Identifier: {{identifier}}' \
--header 'Application-key: {{token}}' \
--form 'schedule="10"' \
--form 'days[]="2023-10-02"' \
--form 'days[]="2023-10-03"'{
"period": [
{
"deliveryDate": "2023-09-02",
"cookingDate": "2023-09-02",
"eatDates": [
"2023-09-02"
]
},
{
"deliveryDate": "2023-09-03",
"cookingDate": "2023-09-03",
"eatDates": [
"2023-09-03"
]
}
],
"amount_price": 0,
"closed-workdays": []
}