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": "..."
}'