{
"searchkey": "",
"search_type": "",
"is_active": "A",
"countryid": 1
}
curl --location --request POST '/masters/state_master/get_state_master' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchkey": "",
"search_type": "",
"is_active": "A",
"countryid": 1
}'
{}