Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//social/connections//import' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"post_ids": [
"ig_post_1_abc123",
"ig_post_2_def456"
]
}'{
"success": true,
"data": {
"imported": 0,
"product_ids": [
"string"
],
"errors": [
"string"
]
},
"message": "string"
}