curl --request POST \
--url https://api.prequel.co/import/products \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"name": "Default",
"destinations": [
"<string>"
],
"description": "Default set of available destinations."
}
'