{
"email": "m.ifinwuxgax@vcfcyh.pf",
"code": "123456"
}curl --location --request POST 'http://prod-cn.your-api-server.com/user/bind_email' \
--header 'Accept: application/json' \
--header 'X-XSRF-TOKEN: {{x-xsrf-token}}' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "m.ifinwuxgax@vcfcyh.pf",
"code": "123456"
}'{
"status": "string",
"message": "string",
"time": 0
}