ApiKey: ********************curl --location --request GET 'https://app.hisabkitab.co/third-party/estimate-quote-title-list' \
--header 'ApiKey: <api-key>'{
"data": [
{
"id": 1,
"name": "Quotation"
},
{
"id": 2,
"name": "Estimate"
},
{
"id": 3,
"name": "Pro-forma Invoice"
}
],
"success": true,
"message": "Estimate Titles List Fetched Successfully."
}