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