Authorization: Bearer ********************curl --location --request PUT 'http://api.cephisso.dev/ords/cephisso_system/v1//naics-codes/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"data_lineage": "string",
"label_description": "string",
"label": "string",
"metadata": "string",
"udfs": "string",
"year": "string"
}'{}