curl --location 'https://test-api.bringthisfood.com/v1/store//orders/metadata' \
--header 'Authorization: Bearer <token>'{
"success": true,
"statusCode": 200,
"data": {
"metadata": {
"statuses": {
"new": {
"total": 0
},
"ongoing": {
"total": 0
},
"packed": {
"total": 0
},
"in-transit": {
"total": 0
},
"complete": {
"total": 0
}
}
}
}
}