curl --location --request GET 'https://test-api.bringthisfood.com/v1/store//complaints' \
--header 'Authorization: Bearer <token>'{
"success": true,
"statusCode": 200,
"data": [
{
"id": "string",
"dateCreated": "2025-10-08T15:30:00.451Z",
"text": "string",
"sender": {
"objectType": "store",
"id": "string",
"slug": "string",
"name": "string",
"telephone": "+2349012345678",
"category": "food",
"picture": {
"mimeType": "string",
"url": "string"
},
"locations": [
{
"city": "Ile - Ife (Off Campus)",
"street": "Parakin",
"description": "Beside AP filling station, KM 4, Ede Road",
"coordinates": {
"latitude": 0,
"longitude": 0
}
}
],
"review": {
"totalRaters": 0,
"rating": 0
},
"delivery": {
"price": {
"min": {
"currency": "ngn",
"amount": 0
}
},
"time": {
"min": 0,
"max": 0
}
},
"items": {
"averagePrice": {
"currency": "ngn",
"amount": 0
}
},
"active": true,
"open": true,
"orders": {
"unassigned": {
"total": 0
}
},
"web": {
"link": "string"
},
"viewer": {
"reacted": true,
"reaction": "love"
}
},
"order": {
"id": "string",
"slug": "string"
}
}
]
}