{
"code": "string"
}
curl --location --request POST 'http://test-cn.your-api-server.comapi/verify_hotp' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string"
}'
{
"code": 0,
"msg": "string",
"token": "string"
}