Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//social/import-url' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"urls": [
"https://www.instagram.com/p/ABC123/",
"https://www.instagram.com/p/DEF456/"
]
}'{
"success": true,
"data": {
"imported": 0,
"results": [
{
"url": "string",
"product_id": "string",
"product_name": "string",
"images_count": 0,
"error": "string"
}
]
},
"message": "string"
}