curl --location --request DELETE 'https://test-api.talkamie.com/v1/user//review' \
--header 'Authorization: Bearer reviewer'\''s-access-token'
{
"data": {
"user": {
"id": "string",
"rating": 4.5,
"totalReviews": 103
}
}
}