Authorization: Bearer ********************{
"code": "string",
"account": "string",
"method": "string",
"client_id": "string",
"authentic_type": "string"
}curl --location --request PUT '/twice/checkcode' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"account": "string",
"method": "string",
"client_id": "string",
"authentic_type": "string"
}'{}