curl --location --request PUT 'https://test.your-api-server.com/reviews/5?comment=Nice Work' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"message": "string",
"data": {
"id": 0,
"project_id": 0,
"freelancer_profile_id": 0,
"client_profile_id": 0,
"rating": 0,
"comment": "string",
"created_at": "string",
"updated_at": "string"
}
}