{
"email": "m.ifinwuxgax@vcfcyh.pf",
"code": "123456"
}
curl --location --request POST 'http://127.0.0.1:8000/api/v2/user/bind_email' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "m.ifinwuxgax@vcfcyh.pf",
"code": "123456"
}'
{
"status": "string",
"message": "string",
"time": 0
}