{
"code": "string",
"codeVerifier": "string",
"provider": "Apple",
"redirectUri": "string"
}curl --location --request POST '/login/loginByOAuth2' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"codeVerifier": "string",
"provider": "Apple",
"redirectUri": "string"
}'{
"code": 0,
"data": true,
"message": "string",
"success": true
}