post https://live.copilot.fabric.inc/api-product/v1/upload-url
Generates S3 bucket URL to upload items using CSV file. Follow these steps for bulk upload using CSV:
1) Download the template using GET /api-product/v1/product/bulk/template/:accountid/:nodeId
2) Upload the url using POST /api-product/v1/upload-url
3) Open the URL from the response of the above endpoint (POST /api-product/v1/upload-url), change the method to PUT, update binary in the requestBody type to view the select file option and upload a CSV from local system
4) You may check the status using this endpoint GET /api-product/v1/product/bulk/file/:fileId/status