Add user rating points
curl --request POST \
--url https://api-dev.monyfix.tech/users/add-rating-points \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"points": 123
}'{
"level": {
"id": 123,
"name": "<string>",
"queue": 123,
"max_points": 123,
"price_range_min": 123,
"price_range_max": 123
},
"points": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request POST \
--url https://api-dev.monyfix.tech/users/add-rating-points \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"points": 123
}'{
"level": {
"id": 123,
"name": "<string>",
"queue": 123,
"max_points": 123,
"price_range_min": 123,
"price_range_max": 123
},
"points": 123
}