curl --location --request GET 'https://test-api.talkamie.com/v1/user//reviews'
{
"data": [
{
"id": "string",
"...review...": "...props"
},
{
"id": "string",
"...review...": "...props"
}
]
}