I want to create a complex directive in Akka HTTP where I can use the query /api/guitar?id=42 or the path /api/guitar/42. I did use two directives
/api/guitar?id=42
/api/guitar/42