/organizations/:organizationId/stores/ **Required Permission:** `mad.store.management.list` Retrieves a paginated list of stores belonging to the organization.
/organizations/:organizationId/stores/:storeId **Required Permission:** `mad.store.management.get` Retrieves details of a specific store using its unique identifier.
/organizations/:organizationId/stores/:storeId **Required Permission:** `mad.store.management.update` Updates the properties and configuration of an existing store.
/organizations/:organizationId/stores/:storeId **Required Permission:** `mad.store.management.remove` Deletes a store from the organization and removes its configuration.
/organizations/:organizationId/stores/test Executes a test operation for the store and returns the result.