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