Authorization: Bearer ********************
{ "teamCode": "03.PMP.TIMUS" }
curl --location --request POST '/api/lowcode/normal/dify/app/systemMode/enter' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "teamCode": "03.PMP.TIMUS" }'
{}