{
"code": "string",
"state": "string"
}curl --location --request POST '/auth/oauth//callback' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"state": "string"
}'{
"code": 20000,
"data": {
"action": "string",
"message": "string",
"token": "string",
"user_id": 0,
"username": "string"
},
"err_code": "string",
"msg": null
}