Authorization: ********************curl --location --request PATCH '/agents/data-collections/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"dataIdentifier": "string",
"description": "string",
"dataType": "STRING"
}'