curl --location '/login/loginByApple' \
--header 'Content-Type: application/json' \
--data '{
"code": "string",
"state": "string",
"token": "string",
"user": {
"email": "string",
"name": {
"firstName": "string",
"lastName": "string"
}
}
}'{
"code": 0,
"data": true,
"message": "string",
"success": true
}