Update store
PUT {{baseUrl}}/v1/applications/:applicationId/stores/:storeId
Update store details for a specific store ID.
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"}