{
"email": "string",
"code": "032476"
}
curl --location --request POST 'https://api.laf.run/v1/user/bind/email' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"code": "032476"
}'
{
"error": "string",
"data": {
"_id": "string",
"username": "string",
"email": "string",
"phone": "string",
"github": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"profile": {
"_id": "string",
"uid": "string",
"openData": {},
"avatar": "string",
"name": "string",
"idVerified": {
"isVerified": true,
"idVerifyFailedTimes": 0
},
"idCard": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
}
}