anurag06557
03/13/2024, 1:08 PMcurl --location --request POST 'http://localhost:3001/auth/signinup' \
--header 'rid: thirdpartypasswordless' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
    "thirdPartyId": "google",
    "clientType": "...",
    "redirectURIInfo": {
        "redirectURIOnProviderDashboard": "",
        "redirectURIQueryParams": {
            "code": "...",
        }
    }
}'rp_st
03/13/2024, 2:32 PM