edit this to be correct to our project or link swaggerhub or something
login - Username of the user logging in
pass - Password of the user logging in
{
"login": string,
"password": string
}
edit this to be correct to our project or link swaggerhub or something
json body
error should usually be empty
{
"id": int,
"firstName": string,
"lastName": string,
"error": string
}
edit this to be correct to our project or link swaggerhub or something
{
"FirstName": string,
"LastName": string,
"Username": string,
"Password": string
}
edit this to be correct to our project or link swaggerhub or something
Empty error string
{
"error": ""
}