Authorization: Bearer ********************
{
"name": "KYC",
"description": "All KYC Documents",
"parent": ""
}
curl --location --request POST 'https://preprod.api.crego.io/categories/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "KYC",
"description": "All KYC Documents",
"parent": ""
}'
{
"id": "01JPEZHB2HJ82CGMM43N4HFB11",
"tenant_id": "59ecf94e-054d-43ee-83db-b158ab9d7f67",
"created_by": "cffe818a-5003-4116-9104-069f7e062bb4",
"updated_by": "",
"created_at": "2025-03-16T13:31:14.842587Z",
"updated_at": "2025-03-16T13:31:14.842733Z",
"name": "KYC",
"description": "All KYC Documents",
"parent": null
}