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