Authentication
Creates and returns an access token
post/auth/create-token
Request body
Example request
{
"email": "employee@example.com",
"password": "your-password"
}Response
The request was successful.
{
"email": "employee@example.com",
"password": "your-password"
}The request was successful.