curl --request POST \
--url https://api.artemis.cynopsis.co/api/customer/batch-upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--header 'X-Domain-ID: <x-domain-id>' \
--form front='@example-file'curl --request POST \
--url https://api.artemis.cynopsis.co/api/customer/batch-upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--header 'X-Domain-ID: <x-domain-id>' \
--form front='@example-file'The access token received from the authorization server in the OAuth 2.0 flow.
X-Domain-ID
assigneeId
OK