curl --request PATCH \
--url http://staging.qshop.ng/apiv2/{shopId}/currencies/{currencyId} \
--header 'Content-Type: application/json' \
--data '
{
"isBaseCurrency": false,
"isDisabled": false,
"isRateAutomated": true,
"isStoreFrontDefault": true
}
'