curl my availability
curl -s ejfox.com/api/cal/available-slots | jq -r '.slots[]|"\(.naturalTime)\t\(.bookingUrl)"' | fzf | cut -f2 | xargs opencurl -s ejfox.com/api/cal/available-slots | jq -r '.slots[]|"\(.naturalTime)\t\(.bookingUrl)"' | fzf | cut -f2 | xargs open