curl --request POST \
--url https://api.example.com/auth/request-verify-token \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request POST \
--url https://api.example.com/auth/request-verify-token \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?