Authorization: ********************curl --location --request POST '/api/service' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Users",
"url": "api/user",
"features": {
"FeatureName1": {
"target": "target1",
"actions": [
"ACTION1",
"ACTION2"
]
},
"FeatureName2": {
"target": "target2",
"actions": [
"ACTION3"
]
}
}
}'{
"id": "c16f6536-f6aa-4f1c-b6b4-01cf27240bd9",
"name": "hliberty.auth",
"url": "http://dev.liberty.net",
"status": true
}