Authorization: Bearer ********************
curl --location --request GET 'https://api.edara.io/v/salesOrders/PrintTemplates'
{
"status_code": 0,
"error_message": "string",
"result": [
{
"id": 0,
"module_name": "string",
"page_name": "string",
"paper_size": "string",
"template_name": "string",
"direction": "string",
"print_template_details": [
{
"id": 0,
"Sales_Order_Print_Template_Id": 0,
"key": "string",
"value": "string"
}
]
}
],
"total_count": 0
}