curl --location --request POST 'http://localhost:3...
# support-questions-legacy
m
curl --location --request POST 'http://localhost:3000/auth/signinup' \ --header 'rid: thirdpartypasswordless' \ --header 'Content-Type: application/json; charset=utf-8' \ --data-raw '{ "redirectURI": "...", "thirdPartyId": "apple", "code": "...", "clientId": "..." }'
7 Views