curl --location -g --request POST 'http:///V1/products//downloadable-links' \
--header 'Content-Type: application/json' \
--data-raw '{
"isGlobalScopeContent": true,
"link": {
"extension_attributes": {},
"id": 0,
"is_shareable": 0,
"link_file": "string",
"link_file_content": {
"extension_attributes": {},
"file_data": "string",
"name": "string"
},
"link_type": "string",
"link_url": "string",
"number_of_downloads": 0,
"price": 0,
"sample_file": "string",
"sample_file_content": {
"extension_attributes": {},
"file_data": "string",
"name": "string"
},
"sample_type": "string",
"sample_url": "string",
"sort_order": 0,
"title": "string"
}
}'