Authorization: ********************
curl --location --request GET 'https://api.qal.eazy2biz.com/v1/customerTables/ID of customer table/headers' \
--header 'Authorization;'
[
{
"_id": "string",
"name": "string",
"headerType": "NUMBER",
"helpText": "string",
"validations": [
{
"headerValidationType": "REQUIRED",
"validationValue": "string"
}
]
}
]