For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/config/enums/' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'[
{
"value": "string",
"label": "string",
"description": "string",
"active": true,
"color": "string",
"order": 0,
"metadata": {
"property1": "string",
"property2": "string"
}
}
]