{
"searchkey": "",
"is_active": "A"
}
curl --location --request POST '/masters/country_master/get_country_master' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchkey": "",
"is_active": "A"
}'
{}