curl --location --request GET '/custom-fields?type'
{
"success": true,
"response": [
{
"_id": "string",
"name": "string",
"type": "string",
"tagHTML": "string",
"tagType": "string",
"defaultValue": "string",
"possibleValues": [
"string"
],
"required": true,
"fillOnPdf": true
}
]
}