curl --location '/auth/oauth/apple' \
--header 'Content-Type: application/json' \
--data '{
"code": "string",
"os": "string",
"frontend": "string",
"isApple": true
}'{
"accessToken": "string",
"refreshToken": "string",
"userId": "string"
}