Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//social/connections//posts?limit=&cursor=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"posts": [
{
"platform_post_id": "string",
"image_url": "string",
"caption": "string",
"likes": 0,
"comments": 0,
"posted_at": "string",
"imported": false,
"suggested_name": "string",
"suggested_name_ar": "string",
"suggested_price": 0
}
],
"next_cursor": "string"
},
"message": "string"
}