Authorization: Bearer ********************
curl --location --request GET 'http://dev-cn.your-api-server.com/api/licenses.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79'
{
"licenses": [
{
"id": 5,
"name": "AFL-1.1"
},
{
"id": 6,
"name": "AFL-1.2"
},
{
"id": 7,
"name": "AFL-2.0"
},
{
"id": 8,
"name": "AFL-2.1"
},
{
"id": 9,
"name": "AFL-3.0"
}
]
}