Authorization: ********************curl --location --request GET '/agenda/rubrics?searchtext' \
--header 'Accept-Language;' \
--header 'Authorization: Bearer <token>'{
"_links": {
"self": "http://example.com"
},
"_meta": {
"total": 0
},
"data": [
{
"id": "string",
"name": "string"
}
]
}