Register
Body
emailstringOptionalExample:
[email protected]Responses
201
Client created successfully
application/json
500
Internal server error
application/json
post
/login/clientLast updated
[email protected]Client created successfully
Internal server error
Last updated
POST /login/client HTTP/1.1
Host: devutility.streamnft.tech
Content-Type: application/json
Accept: */*
Content-Length: 29
{
"email": "[email protected]"
}{
"success": true,
"message": "text"
}