cURL
curl --request POST \ --url https://api.devkit4ai.com/api/v1/auth/verify-email \ --header 'Content-Type: application/json' \ --data ' { "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "verification_token": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response