curl --location -g --request POST 'http:///V1/categories//products' \
--header 'Content-Type: application/json' \
--data-raw '{
"productLink": {
"category_id": "string",
"extension_attributes": {},
"position": 0,
"sku": "string"
}
}'
true