Authorization: Bearer ********************curl --location --request GET '/invoices/templates'{
"code": 0,
"message": "success",
"templates": [
{
"template_name": "Standard Template",
"template_id": 0,
"template_type": "standard"
}
]
}