curl --location -g --request PUT 'http:///V1/categories/' \
--header 'Content-Type: application/json' \
--data-raw '{
"category": {
"available_sort_by": [
"string"
],
"children": "string",
"created_at": "string",
"custom_attributes": [
{
"attribute_code": "string",
"value": "string"
}
],
"extension_attributes": {},
"id": 0,
"include_in_menu": true,
"is_active": true,
"level": 0,
"name": "string",
"parent_id": 0,
"path": "string",
"position": 0,
"updated_at": "string"
}
}'
{
"available_sort_by": [
"string"
],
"children": "string",
"created_at": "string",
"custom_attributes": [
{
"attribute_code": "string",
"value": "string"
}
],
"extension_attributes": {},
"id": 0,
"include_in_menu": true,
"is_active": true,
"level": 0,
"name": "string",
"parent_id": 0,
"path": "string",
"position": 0,
"updated_at": "string"
}