So currently if user needs to join a category for example, the endpoint is users/:userId/categories/:categoryId
Typically I would have currentUserId stored on client and then just put that into the request, but instead I need to call an api with access token then receive the ID then make request users/:userId/categories/:categoryId