Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"name": "Pencil 3",
"products_id": [
"ab8b1d35-7902-41d4-85e4-33e9f0d2bc6a"
]
}
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": "Pencil 3",
"products_id": [
"ab8b1d35-7902-41d4-85e4-33e9f0d2bc6a"
]
}'
Responses
application/json Modified at 2023-11-29 03:59:14