curl --request GET \
--url https://api.artemis.cynopsis.co/api/customer/batch-upload/{id}/file \
--header 'Authorization: Bearer <token>' \
--header 'X-Domain-ID: <x-domain-id>'{
"description": "<string>",
"file": "<string>",
"filename": "<string>",
"inputStream": {},
"open": true,
"readable": true,
"uri": "<string>",
"url": "<string>"
}curl --request GET \
--url https://api.artemis.cynopsis.co/api/customer/batch-upload/{id}/file \
--header 'Authorization: Bearer <token>' \
--header 'X-Domain-ID: <x-domain-id>'{
"description": "<string>",
"file": "<string>",
"filename": "<string>",
"inputStream": {},
"open": true,
"readable": true,
"uri": "<string>",
"url": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.
X-Domain-ID
id