curl --location --request GET 'https://test-api.bringthisfood.com/v1/user//reviews/metadata' \
--header 'Authorization: Bearer <token>'{
"success": true,
"statusCode": 200,
"data": {
"metadata": {
"totalRaters": 0,
"rating": 0,
"ratings": {
"1": {
"totalRaters": 0
},
"2": {
"totalRaters": 0
},
"3": {
"totalRaters": 0
},
"4": {
"totalRaters": 0
},
"5": {
"totalRaters": 0
}
}
}
}
}