4 lines
87 B
Bash
4 lines
87 B
Bash
|
echo $JWT
|
||
|
|
||
|
curl -X GET -H "Authorization: Bearer ${JWT}" localhost:8000/api/gamenights
|