post https://subdomain.workable.com/spi/v3/candidates//ratings
Creates a rating for a candidate. Required scope: w_candidates
. Accessible with all token types.
A complete request would be:
{
"member_id": "13e0eb0e",
"comment": "Good, I guess",
"score": "positive"
}