access-token: ********************{
"key": "string",
"secret": "string"
}curl --location '/api/auth' \
--header 'admin-access: 1' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"key": "string",
"secret": "string"
}'{
"success": true,
"token": "string",
"ttl": "string",
"permissions": [
{
"id": "string",
"method": "string",
"uri": "string"
}
]
}