Authorization: Bearer ********************
curl --location --request GET 'https://api.gofive.co.th/v2/setting/headerTemplate' \
--header 'Ocp-Apim-Subscription-Key: <Your Subscription-Key>' \
--header 'Content-Type: application/json'
{
"status": {
"code": "1000",
"description": "Success"
},
"data": [
{
"headerTemplateId": 34,
"companyName": "New Header",
"taxNo": "1110188823356",
"address": "2/250",
"mobile": "0960020555",
"fax" : "024685577"
}
]
}