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/files' \
--header 'Authorization: Bearer <token>' \
--form 'component_id="4e8bb0b1-5032-4c91-a204-dc2b5336a4e2"' \
--form 'name="from rizki'\''s local"' \
--form 'file=@""'
Responses
application/json Modified at 2025-01-16 09:46:40