curl --location '/open_api/authen/auth_code' \ --header 'Cookie: {{cookie}}' \ --header 'Content-Type: application/json' \ --data '{ "plugin_id": "{{plugin_id}}", "state": "111" }'
{}