curl --request POST \
--url https://api.matia.io/v1/assets \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>",
"type": "<string>",
"description": "<string>",
"connection": {},
"connectionType": "source"
}'