Create store
POST {{baseUrl}}/v1/applications/:applicationId/stores
Create a new store in a specific Application.
Request Body
{"name"=>"South US store", "description"=>"This is the description of the store in south US.", "attributes"=>{"country"=>"USA", "code"=>1234}, "integrationId"=>"STORE-001"}