curl --request POST \
--url https://api.datalinks.com/api/v1/links/{username}/{namespace}/{datasetName} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data": [
{
"name": "Braveheart",
"year": "1995",
"budget": "72000000",
"director": "Mel Gibson"
},
{
"name": "Argo",
"year": "2012",
"budget": "44500000",
"director": "Ben Affleck"
}
],
"link": {
"ExactMatch": null,
"GeoMatch": null
}
}'