{
"shopid": 1,
"apptoken": true,
"regid": false
}
curl --location --request POST '/vds_app/shop/change_details' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopid": 1,
"apptoken": true,
"regid": false
}'
{}