{
"code": "string",
"secret": "string"
}
curl --location --request POST '/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
}