{
"identityToken": "string"
}curl --location --request POST 'http://192.168.20.159:8080/auth/appleLoginIfFirst' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"identityToken": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"firstStatus": true
},
"success": true,
"resultData": {
"firstStatus": true
}
}