API References
Authenticate user
curl -X POST "https://api.certman.secnex.io/auth/login" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "password": "string" }'
{
"access_token": "string",
"token_type": "Bearer",
"expires_in": 0
}