curl --request POST \
--url https://api.myscalev.com/v3/customers/upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{}Requires the customer:create machine scope.
curl --request POST \
--url https://api.myscalev.com/v3/customers/upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{}