access-token: ********************{
"username": "string",
"password": "string",
"otp_password": "string"
}curl --location '/user/login' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"username": "string",
"password": "string",
"otp_password": "string"
}'{
"success": true,
"token": "string",
"ttl": 0,
"permissions": [
{
"id": "string",
"method": "string",
"uri": "string"
}
]
}