Authentication
{
"name": "string",
"email": "string",
"phone": "string",
"password": "string"
}{
"status": "success",
"message": "User registered successfully",
"user_id": 12345
}Last updated
{
"name": "string",
"email": "string",
"phone": "string",
"password": "string"
}{
"status": "success",
"message": "User registered successfully",
"user_id": 12345
}Last updated
{
"email": "string",
"password": "string"
}{
"status": "success",
"message": "Login successful",
"token": "eyJhbGciUzI1NiIs..."
}