Authorization: ********************
curl --location --request GET '/customfields/collections' \
--header 'Accept: application/json' \
--header 'Authorization;'
{
"status": "<string>",
"keys": [
{
"id": "<string>",
"key": "<string>",
"type": "<string>",
"label": "<string>",
"date_created": "<string>",
"date_updated": "<string>",
"order": "<string>",
"show": "<string>"
},
{
"id": "<string>",
"key": "<string>",
"type": "<string>",
"label": "<string>",
"date_created": "<string>",
"date_updated": "<string>",
"order": "<string>",
"show": "<string>"
}
]
}