Verify
Last updated
Last updated
POST /auth/verify HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"token": "text"
}{
"id": null,
"email": "[email protected]",
"is_active": true,
"is_superuser": false,
"is_verified": false
}