curl --request POST \
--url https://aodocs.altirnao.com/api/referenceCatalog/v1/{catalogId}/items \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"kind": "<string>",
"referenceCatalogValues": [
{
"createdAt": 123,
"deleted": true,
"id": "<string>",
"kind": "<string>",
"lastModifiedAt": 123,
"leaf": true,
"level": 123,
"name": "<string>",
"parent": "<string>",
"parentIds": [
"<string>"
],
"rank": 123,
"referenceCatalogId": "<string>"
}
]
}
'