{
"code": "string"
}
curl --location --request POST 'http://127.0.0.1:8000/api/v2/oauth/2/bind' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string"
}'
{
"status": "string",
"message": "string",
"time": 0
}