cURL
curl --request POST \ --url http://staging.qshop.ng/apiv2/{shopId}/currencies/ \ --header 'Content-Type: application/json' \ --data ' { "baseRate": 1, "currency": "61772626938e558bd43b2192", "currencyRate": 200, "isBaseCurrency": false } '
1
"61772626938e558bd43b2192"
200
false
Was this page helpful?