{
"is_active": "A",
"searchkey": "",
"districtid": 12,
"search_type": ""
}
curl --location --request POST '/masters/placemaster/get_place_master' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_active": "A",
"searchkey": "",
"districtid": 12,
"search_type": ""
}'
{}