Adam / quora /graphql /SendVerificationCodeForLoginMutation.graphql
t.me/xtekky
rename poe api ( gpt 4 ) to quora
3be905b
raw
history blame
No virus
263 Bytes
mutation SendVerificationCodeForLoginMutation(
$emailAddress: String
$phoneNumber: String
) {
sendVerificationCode(
verificationReason: login
emailAddress: $emailAddress
phoneNumber: $phoneNumber
) {
status
}
}