{}
curl --location --request GET 'http://test-cn.your-api-server.com/auth/profile' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTA5NjE0OTUsInN1YiI6MTB9.L5k45Gx7OvCRBEBTcyWaCpfGaa873xs3uz924EWuXjA' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "id": 0, "username": "string", "email": "string" }