forked from Roflin/gamenight
4 lines
90 B
Bash
Executable File
4 lines
90 B
Bash
Executable File
echo $JWT
|
|
|
|
curl -v -X GET -H "Authorization: Bearer ${JWT}" localhost:8000/api/gamenights
|