Request
Body Params application/jsonRequired
{
"code": "string",
"state": "string",
"token": "string",
"user": {
"email": "string",
"name": {
"firstName": "string",
"lastName": "string"
}
}
}
Request Code Samples
curl --location --request POST '/login/loginByApple' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"state": "string",
"token": "string",
"user": {
"email": "string",
"name": {
"firstName": "string",
"lastName": "string"
}
}
}'
Responses
{
"code": 0,
"data": true,
"message": "string",
"success": true
}
Modified at 2026-03-02 03:08:55