Yuval Katzman
Results
1
comments of
Yuval Katzman
> For anyone that will need this: > > ``` > curl -d "password=secret&ttl=day" -X POST https://snappass.herokuapp.com[](https://snappass.herokuapp.com) | grep "value" | awk -F '"' '{print $8}' > ``` is there...