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 GET 'https://mazu-lan.concise.co.id/api/v1/main/assets' \
--header 'Authorization: Bearer <token>' \
--form 'account_code_id="4e8bb0b1-5032-4c91-a204-dc2b5336a4e2"' \
--form 'name="New File"' \
--form 'file=@""'
Responses
application/json Modified at 2023-11-29 03:59:14