...
Code Block |
---|
curl --location --request POST '{{host}}/api/object/category/definition/v4/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": {
}
}' |
...
...
Code Block |
---|
curl --location --request POST '{{host}}/api/object/category/definition/v4/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": {
}
}' |
...