Authentication
Register a new user
Allows a new user to register with the system by providing necessary details. The user will receive an access token upon successful registration.
post/auth/register
Request body
Response
User registered successfully.
Example response
{
"status": "OK",
"code": 200,
"message": "Operation completed successfully."
}