curl --request POST \
--url http://app.localhost:3000/api/public/v1/stores/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"presentmentCurrencies": "<string>",
"chargeCurrencies": "<string>",
"baseCurrency": "<string>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"type": "<string>",
"accountId": "<string>",
"credentials": "<string>",
"selectedPaymentFlowId": "<string>",
"syncLocale": "<string>",
"paypalSubscriptionEnabled": true,
"multipleSubscriptionsPerCustomerEnabled": true,
"flaggedForDeletionAt": "2023-11-07T05:31:56Z",
"lastTimeFlaggedForDeletionAt": "2023-11-07T05:31:56Z",
"experimentalFeatures": "<string>",
"customThankYouUrl": "<string>",
"rebillSettings": "<string>",
"creditSettings": "<string>",
"config": "<string>",
"createDemoProducts": true
}
'