Authorization: Bearer ********************
{ "slots": [ { "shiftSessionCode": "string", "day": "1", "headcount": 0 } ] }
curl --location --request PUT 'https://api.indata.com.co/api/v1/operational-site//shift-session-quotas' \ --header 'x-api-key;' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "slots": [ { "shiftSessionCode": "string", "day": "1", "headcount": 0 } ] }'
{ "slots": [ { "id": 0, "shiftSession": { "id": 0, "name": "string", "code": "string", "startTime": "14:15:22.123Z", "endTime": "14:15:22.123Z" }, "day": "1", "headcount": 0 } ] }