Register User
API REGISTER USER (application/json)
PUT https://dsc-ocr.udata.id/api/user/register
This endpoint allows you to register API OCR
Request Body
Name
Type
Description
username
string
password
string
{
"message": "Please check your email for verify",
"success": true
}{
"message": "username/email already exist",
"success": false
}Last updated
Was this helpful?