curl --request POST \
--url https://apim.doctorassistant.ai/api/sandbox/consultations/v2/{DAAI_CONSULTATION_ID}/recordings/{DAAI_RECORDING_ID}/chunks \
--header 'Content-Type: multipart/form-data' \
--header 'x-daai-api-key: <api-key>' \
--form recording='@example-file' \
--form duration=270 \
--form chunkIndex=0