curl --location --request GET 'https://api.managem.co.uk/profile//reviews' \
--header 'Authorization: Bearer <token>'[
{
"id": "string",
"rating": 0,
"content": "string",
"revisions": 0,
"source": {
"id": "string",
"type": "ORDER"
},
"reviewer": {
"id": "string",
"username": "string",
"avatar": "http://example.com",
"cover": "http://example.com",
"profile": "string",
"reviews": 0,
"rating": 0,
"score": 0,
"sales": 0,
"purchases": 0
},
"createdAt": "string"
}
]