Authorization: Bearer ********************
curl --location --request GET 'https://mock.apidog.com/m1/463678-0-default/wish-types/headers'
{
"id": 1,
"label": "string",
"active": "false",
"permissions": {
"VIEW": "ALL",
"CREATE": "ALL",
"EDIT": "ALL",
"DELETE": "ALL"
},
"fields": [
{
"id": 1,
"label": "string",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": "false",
"EDIT": "false"
}
}
]
}