Authorization: Bearer ********************curl --location --request PATCH 'http://api.cephisso.dev/ords/cephisso_system/v1//cephisso-applications/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data_lineage": "string",
"metadata": "string",
"notes": "string",
"title": "string",
"udfs": "string"
}'{}