X-Token: ********************
{
"inpNos": [
"string"
],
"userWsid": "string"
}
curl --location --request PUT '/catalog/catalogs/rest-cataloger' \
--header 'X-Requested-Session;' \
--header 'X-Requested-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"inpNos": [
"string"
],
"userWsid": "string"
}'
{
"code": "string",
"message": "string",
"data": true
}