{
"token": "occaecat Duis elit",
"email": "k18to3.o0q36@qq.com"
}
curl --location --request POST 'http://localhost:8000/v1/code' \
--header 'X-Visitor-ID: f4c74f11d41a6ba06fcedbbb42059b78' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE3NTI2NTc4NDksImlhdCI6MTc1MDA2NTg0OX0.hB7IjEj4RQg4LdKe78zyUVpWQWVQ0HgJjjqXdm7gGqc' \
--header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "occaecat Duis elit",
"email": "k18to3.o0q36@qq.com"
}'
{
"data": true,
"code": 200,
"msg": "success"
}