Authorization: Bearer ********************
curl --location --request GET 'https://lsky.loveyouryu.top/api/v1/strategies' \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "string", "data": { "strategies": [ { "id": 0, "name": "string" } ] } }