Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"name": "aaa",
"products_id": [
"d7f7424e-b988-4634-8465-b5040106ba0e",
"d055ee39-4156-4502-8739-d212c96a1303"
]
}
Request Code Samples
curl --location --request POST 'https://mazu-lan.concise.co.id/api/v1/main/catalogues' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "aaa",
"products_id": [
"d7f7424e-b988-4634-8465-b5040106ba0e",
"d055ee39-4156-4502-8739-d212c96a1303"
]
}'
Responses
application/json Modified at 2025-08-25 08:10:52