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