{
"text": "string",
"rate": 0
}
curl --location --request POST 'https://test-api.talkamie.com/v1/user//review' \
--header 'Authorization: Bearer reviewer'\''s-access-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"rate": 0
}'
{
"data": {
"review": {
"...review...": "...props"
},
"user": {
"id": "string",
"rating": 4.5,
"totalReviews": 103
}
}
}