GET
request where the GST number is passed as a URL parameter.ApiKey: ********************
curl --location --request GET 'https://app.hisabkitab.co/third-party/check-gst-number-exists/37BONPS6728B3ZI' \
--header 'ApiKey;'
{
"data": {
"is_not_unique_gst_number": true,
"massage": "The GST Number has already been used in CENTRAL WARE HOUSING CORP.LTD."
},
"success": true,
"message": "Check Gst Number Unique Validation Successfully."
}