{
"branchid": 1,
"is_active": "A",
"shopid": 1
}
curl --location --request POST '/vds_app/amc_details/get_amc_details' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"branchid": 1,
"is_active": "A",
"shopid": 1
}'
{}