Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//orders/pending-instapay-review?page=&limit=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"items": [
{
"order_id": "93101167-9065-4b9c-b98b-5d789a3ed9fe",
"order_number": "string",
"customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
"amount_cents": 0,
"currency": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"proof_id": "3090c5b2-ec00-4120-8732-cacbd73d7ad8",
"proof_created_at": "2019-08-24T14:15:22.123Z",
"transaction_ref": "string",
"declared_amount_cents": 0
}
],
"total": 0,
"page": 0,
"limit": 0
},
"message": "string"
}