cURL
curl --request POST \ --url https://jamquest-dev.techboo.net/api/v1/user/rate/{djId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "music_request_id": 123, "rating": 3, "review": "<string>" } '
{ "status": "ok", "message": "<string>" }
Access token obtained during login or registration. Use this token in the Authorization header for authenticated requests.
1 <= x <= 5
DJ rated successfully
"ok"