cURL
curl --request POST \ --url https://api.promptmetrics.dev/auth/signup \ --header 'Content-Type: application/json' \ --data ' { "first_name": "<string>", "last_name": "<string>", "email": "[email protected]", "password": "<string>" } '
{ "responseData": { "email": "<string>", "isVerified": true }, "message": "<string>" }
Register a new user and send OTP for email verification.
2
6
OTP sent successfully
Show child attributes