cURL
curl --request POST \ --url https://jamquest-dev.techboo.net/api/v1/user/dj/go-live \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "online": true }'
{ "status": "ok", "message": "<string>" }
Allows a DJ to toggle their online/offline status.
Access token obtained during login or registration. Use this token in the Authorization header for authenticated requests.
Set to true to go online, false to go offline.
Status updated successfully
"ok"