curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/cards/upload-csv \
--header 'Authorization: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file' \
--form 'batch_id=<string>'{}Admin uploads CSV file containing Serial No. and MAC Address (supports both 6-octet and 7-octet formats). Valid records are inserted with status = “Unassigned”
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/cards/upload-csv \
--header 'Authorization: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file' \
--form 'batch_id=<string>'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Upload successful with error log if any
The response is of type object.