Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://mazu-lan.concise.co.id/api/v1/main/components/seed-data?account_code_type=spare_parts' \
--header 'Authorization: Bearer <token>' \
--form 'asset_id="f19725a9-9088-4910-b3ba-a2699461dee5"' \
--form 'file=@"C:\\Users\\USER\\Downloads\\HSIR_Spare Parts_Final.xlsx - HSIR_SP.csv"'
Responses
application/json Modified at 2025-12-08 05:05:57