Create an endpoint that will link a user with a songQueue record. The user record is not stored in this application's database, there is an assumption that the id used to link it is valid.
Create an endpoint that will link a user with a `songQueue` record. The user record is not stored in this application's database, there is an assumption that the id used to link it is valid.
### Request body
```Json
{
"song_queue_id": "some_id",
"user_id": "some_user_id"
}
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Create an endpoint that will link a user with a
songQueuerecord. The user record is not stored in this application's database, there is an assumption that the id used to link it is valid.Request body