Hi, I am working on designing API an I wonder if buildship has a way to access current endpoints as a variable? For example is it possible to create api like https://baseapi.url/v1/shelfs/[shelfId]/books/[bookId]/ and access "shelfId" and "bookId" from the node variables? Please advise.