Authorization: Bearer ********************{
"id": 25311,
"mobile": "string",
"code": 0
}curl --location '/app-api/system/verify-code-log/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 25311,
"mobile": "string",
"code": 0
}'{
"code": 0,
"data": 0,
"msg": "string"
}