PAPI
API ReferenceAuthentication

Sign Up

POST
/auth/signup

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/auth/signup" \  -H "Content-Type: application/json" \  -d '{    "email": "string",    "password": "string"  }'
{
  "message": "string",
  "user_id": "string"
}
Empty
Empty