POST
/chat/chatrooms/{chatroom}/ratings
curl \
--request POST 'https://domain.tld/api/v2/chat/chatrooms/{chatroom}/ratings' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"id_user_rated":5,"id_user_rater":2}'
Request examples
{
"id_user_rated": 5,
"id_user_rater": 2
}
Response examples (201)
{}