{ "code": "string", "secret": "string" }
curl --location --request POST 'http://prod-cn.your-api-server.com/api/auth/2fa/verify' \ --header 'Authorization: {{alist_token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "code": "string", "secret": "string" }'
{ "code": 200, "message": "success", "data": null }