{ "jfId": "101" }
curl --location --request POST 'https://rest.jointpilot.com/aia-studio/team/queryTeamListByUser' \ --header 'Content-Type: application/json' \ --data-raw '{ "jfId": "101" }'
{ "code": "0", "msg": null, "data": [ { "uuid": "235018102", "teamName": "果然亮", "creator": "123", "creatorTime": "2024-01-01", "isManage": 0 } ] }