mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-19 07:03:37 +00:00
2 lines
135 B
Bash
2 lines
135 B
Bash
![]() |
#!/bin/bash
|
||
|
curl -i --request Get --url http://0.0.0.0:8000/api/user --header 'content-type: application/json' --data '{"token":"123"}'
|