curl --location -g --request PUT 'http:///V1/carts/' \ --header 'Content-Type: application/json' \ --data-raw '{ "customerId": 0, "storeId": 0 }'
true