curl --request POST \
--url http://localhost:3091/v1/api/auth/oauth2/apple \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"identityToken": "<string>",
"firstName": "<string>",
"lastName": "<string>"
}
'{}Authenticates or registers a user using an Apple identity token.
curl --request POST \
--url http://localhost:3091/v1/api/auth/oauth2/apple \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"identityToken": "<string>",
"firstName": "<string>",
"lastName": "<string>"
}
'{}